Draws a series of line segments that connect an array of Point structures.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
C# Copy Code |
---|
void DrawLines ( |
Visual Basic Copy Code |
---|
Sub DrawLines( _ |
A Pen object that determines the color, width, and style of the line segments.
An array of Point structures that represent the points to connect.